The reference applies to both GTK+ 2 and GTK+ 3, so remove mention of
the version number from the reference docs.
https://bugzilla.gnome.org/show_bug.cgi?id=736927
</para>
<para>
Cell renderers are used to draw the data in the tree model in a
- way. There are a number of cell renderers that come with GTK+ 2.x,
+ way. There are a number of cell renderers that come with GTK+,
including the #GtkCellRendererText, #GtkCellRendererPixbuf and
the #GtkCellRendererToggle.
It is relatively easy to write a custom renderer.